Telephone is now phone

This commit is contained in:
2023-06-16 15:10:36 +10:00
parent 8f283f83f2
commit 27720ee882
7 changed files with 9 additions and 9 deletions

View File

@@ -31,8 +31,8 @@ class ImportCosts extends Command
*/
public function handle()
{
if (! str_starts_with($this->argument('file'),'storage/app/'))
throw new \Exception('Filename must start with storage/app/');
if (! str_starts_with($this->argument('file'),'files/'))
throw new \Exception('Filename must start with files/');
Job::dispatchSync(
Site::findOrFail($this->argument('siteid')),