Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Ofat committed Nov 9, 2015
1 parent 2f9f14a commit 4fdd9a1
Show file tree
Hide file tree
Showing 8 changed files with 519 additions and 34 deletions.
2 changes: 1 addition & 1 deletion src/Ofat/DbConfigAdmin/DbConfigAdminServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot()
{
$this->package('ofat/dbConfigAdmin');

//ViewsIntegration::apply('dbConfigAdmin');
ViewsIntegration::apply('dbConfigAdmin');

include __DIR__ . '/../../routes.php';
}
Expand Down
5 changes: 1 addition & 4 deletions src/Ofat/DbConfigAdmin/LogItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ class LogItem extends \Eloquent
{
protected $fillable = [
'field',
'old_value',
'new_value',
'old_comment',
'new_comment',
'diff',
'user_id',
'created_at',
'updated_at'
Expand Down
Loading

0 comments on commit 4fdd9a1

Please sign in to comment.