Skip to content

Commit

Permalink
Add strict types declaration to index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPunyapal committed Mar 30, 2024
1 parent c1a9090 commit 24d9279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

use Illuminate\Http\Request;

define('LARAVEL_START', microtime(true));
Expand Down

0 comments on commit 24d9279

Please sign in to comment.