Skip to content

Commit

Permalink
Fix cakephp 3.6. compatibilit issues on bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaboncukcu committed May 9, 2018
1 parent 5f5842a commit 4579d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Type::map('json', 'Cake\Database\Type\JsonType');

Log::config('story', [
Log::setConfig('story', [
'className' => 'Stories.Database',
'model' => 'Stories.Stories',
'scopes' => ['registered_user'],
Expand Down

0 comments on commit 4579d91

Please sign in to comment.