Skip to content

Commit 2baa6bf

Browse files
authored
fix namespace
1 parent 1765f2c commit 2baa6bf

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)