Skip to content

Commit

Permalink
edit migration and psr-4 for interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrouh committed Oct 1, 2022
1 parent 4da1834 commit b0fd0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Interfaces/ActitvityInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace MFrouh\ActivityModel\Interfaces;
namespace MFrouh\activityModel\Interfaces;

interface ActivityInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/ActivityModelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function register()

public function boot()
{
$this->loadMigrationsFrom(__DIR__ . '/../database/migrations');
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations/2022_09_23_163032_create_activities_table.php');
}
}

0 comments on commit b0fd0a1

Please sign in to comment.