hey clarkwinkelmann
I'm using this query-
DB::table('users_groups')->insert(array('user_id' => 1, 'group_id' => 5));
But I get the error-
Uncaught Error: Class 'Illuminate\Support\Facade\DB' not found in C:\xampp\htdocs\flarum\vendor\flagrow\flarum-ext-image-upload\bootstrap.php:11
The file DB.php exists in the Facade folder. So what could be the problem here?