'Eloquent DB class is null
When I try to use he DB class of eloquent i get this error :
Call to a member function raw() on null
Code :
use Illuminate\Support\Facades\DB;
...
DB::raw("count(id_annonce)")
...
I already tried updating composer and frameworks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
