Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 6, 2024
1 parent ffc3717 commit 54fc333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/sync
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ Illuminate\Support\Collection::make([
$files->replaceInFile(['{{tableClassName}}', '{{table}}'], [Illuminate\Support\Str::studly($table), $table], "{$workingPath}/laravel/migrations/{$migration}.php");
});

$files->put("{$workingPath}/laravel/migrations/queue/.gitkeep", '');

transform([
PHP_EOL.'APP_KEY=' => PHP_EOL.'APP_KEY=AckfSECXIvnK5r28GVIWUAxmbBSjTsmF',
// PHP_EOL.'APP_MAINTENANCE_DRIVER=file' => PHP_EOL.'APP_MAINTENANCE_DRIVER=file',
Expand Down

0 comments on commit 54fc333

Please sign in to comment.