Skip to content

Commit 9f62d5f

Browse files
authored
Merge pull request #4806 from cesargb/patch-1
[5.7] Fix namespace
2 parents 1765f2c + 2baa6bf commit 9f62d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You may define all of your scheduled tasks in the `schedule` method of the `App\
3838

3939
namespace App\Console;
4040

41-
use DB;
41+
use Illuminate\Support\Facades\DB;
4242
use Illuminate\Console\Scheduling\Schedule;
4343
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
4444

0 commit comments

Comments
 (0)