Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 927ed53

Browse files
committed
fix namespace
1 parent 5973083 commit 927ed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Foundation/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace App\Foundation\Providers;
2+
namespace App\Foundation;
33

44
use Illuminate\Routing\Router;
55
use Illuminate\Support\ServiceProvider as BaseServiceProvider;

0 commit comments

Comments
 (0)