Skip to content

Commit 6b217ba

Browse files
committed
[RF] move to Schema Namespace
1 parent 67cb560 commit 6b217ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Commands/MakeEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Illuminate\Console\Command;
66
use Symfony\Component\Finder\SplFileInfo;
77
use Webfactor\Laravel\Generators\MakeServices;
8-
use Webfactor\Laravel\Generators\MigrationSchema;
8+
use Webfactor\Laravel\Generators\Schemas\MigrationSchema;
99

1010
class MakeEntity extends Command
1111
{

src/MigrationField.php renamed to src/Schemas/MigrationField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Webfactor\Laravel\Generators;
3+
namespace Webfactor\Laravel\Generators\Schemas;
44

55
class MigrationField
66
{

src/MigrationSchema.php renamed to src/Schemas/MigrationSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Webfactor\Laravel\Generators;
3+
namespace Webfactor\Laravel\Generators\Schemas;
44

55
use Illuminate\Support\Collection;
66

0 commit comments

Comments
 (0)