Skip to content

Commit

Permalink
Merge pull request #100 from semiherdogan/patch-1
Browse files Browse the repository at this point in the history
add missing import
  • Loading branch information
denisdulici authored Nov 2, 2023
2 parents 3bd4350 + c422c88 commit 97e42cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Migrations/2017_08_24_000000_create_settings_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class CreateSettingsTable extends Migration
{
Expand Down

0 comments on commit 97e42cd

Please sign in to comment.