Skip to content

Commit 261452e

Browse files
committed
moved media related classes under base namespace
1 parent c1a886e commit 261452e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/site/migrations/AddParentIdColumnToMediaElementTable.php renamed to app/base/migrations/AddParentIdColumnToMediaElementTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @link https://github.com/degami/sitebase
1212
*/
1313

14-
namespace App\Site\Migrations;
14+
namespace App\Base\Migrations;
1515

1616
use App\Base\Abstracts\Migrations\DBMigration;
1717
use Degami\SqlSchema\Exceptions\DuplicateException;

0 commit comments

Comments
 (0)