Error

We're sorry, but an unhandled error occurred. Please see the details below.

Class "Jaybizzle\CrawlerDetect\CrawlerDetect" not found

~/plugins/adrenth/redirect/classes/RedirectManager.php line 432

 
        $redirect->update([
            'hits' => DB::raw('hits + 1'),
            'last_used_at' => $now,
        ]);
 
        $crawlerDetect = new CrawlerDetect();
 
        Client::create([
            'redirect_id' => $redirectId,
            'timestamp' => $now,
            'day' => $now->day,
            'month' => $now->month,

Stack trace

# Called Code Document Line
21 Adrenth\Redirect\Classes\RedirectManager->updateStatistics() ~/plugins/adrenth/redirect/classes/RedirectManager.php 132
20 Adrenth\Redirect\Classes\RedirectManager->redirectWithRule() ~/plugins/adrenth/redirect/Plugin.php 77
19 Adrenth\Redirect\Plugin->bootFrontend() ~/plugins/adrenth/redirect/Plugin.php 54
18 Adrenth\Redirect\Plugin->boot() ~/modules/system/classes/PluginManager.php 299
17 System\Classes\PluginManager->bootPlugin() ~/modules/system/classes/PluginManager.php 282
16 System\Classes\PluginManager->bootAll() ~/modules/system/ServiceProvider.php 105
15 System\ServiceProvider->boot() ~/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php 36
14 Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() ~/vendor/laravel/framework/src/Illuminate/Container/Util.php 37
13 Illuminate\Container\Util::unwrapIfClosure() ~/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php 93
12 Illuminate\Container\BoundMethod::callBoundMethod() ~/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php 37
11 Illuminate\Container\BoundMethod::call() ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 590
10 Illuminate\Container\Container->call() ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 856
9 Illuminate\Foundation\Application->bootProvider() ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 839
8 Illuminate\Foundation\Application->Illuminate\Foundation\{closure}()
7 array_walk() ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 840
6 Illuminate\Foundation\Application->boot() ~/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php 17
5 Illuminate\Foundation\Bootstrap\BootProviders->bootstrap() ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 219
4 Illuminate\Foundation\Application->bootstrapWith() ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 156
3 Illuminate\Foundation\Http\Kernel->bootstrap() ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 140
2 Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter() ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 110
1 Illuminate\Foundation\Http\Kernel->handle() ~/index.php 43