@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Illuminate\Database\Schema\Blueprint; |
|
4 | 3 | use Illuminate\Database\Migrations\Migration; |
4 | +use Illuminate\Database\Schema\Blueprint; |
|
5 | 5 | |
6 | 6 | class CreateFavsTable extends Migration |
7 | 7 | { |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace CTL\SocialMapFavorites; |
3 | 3 | |
4 | -use App\userData; |
|
5 | -use Illuminate\Contracts\Http\Kernel; |
|
6 | 4 | use Illuminate\Support\ServiceProvider; |
7 | 5 | |
8 | 6 | class SocialMapFavoritesServiceProvider extends ServiceProvider { |