Skip to content

Commit

Permalink
fix(migrations): InfyOmLabs#831 add schema namespace in migration (In…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayinfyom authored May 23, 2020
1 parent 6e2155c commit b00c7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/migration.stub
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

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

class Create$TABLE_NAME_TITLE$Table extends Migration
{

0 comments on commit b00c7c6

Please sign in to comment.