Skip to content

Commit

Permalink
Support php7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goszowski committed Nov 17, 2021
1 parent 9caf9c9 commit dd1bcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_logs_table.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
class CreateLogsTable extends Migration
{
public function up()
{
Expand Down

0 comments on commit dd1bcdd

Please sign in to comment.