mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 08:34:03 +00:00
6 lines
148 B
PHP
6 lines
148 B
PHP
<?php
|
|
|
|
return [
|
|
'created' => 'The report :name has been created with id :id!',
|
|
'status_changed' => 'The status was changed to :status!',
|
|
];
|