Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
bug fix publish cbhook
Browse files Browse the repository at this point in the history
  • Loading branch information
fherryfherry committed Oct 10, 2016
1 parent 7e5edf6 commit 9b932bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CRUDBoosterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function boot()
],'cb_lfm_config');

if(!file_exists(app_path('Http/Controllers/CBHook.php'))) {
$this->publishes([ __DIR__.'/Controllers/CBHook.php' => app_path('Http/Controllers/CBHook.php')],'cb_hook');
$this->publishes([ __DIR__.'/controllers/CBHook.php' => app_path('Http/Controllers/CBHook.php')],'cb_hook');
}

require __DIR__.'/validations/validation.php';
Expand Down

0 comments on commit 9b932bd

Please sign in to comment.