Skip to content

Commit

Permalink
fixed issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Feb 29, 2016
1 parent 9766b82 commit e9b5fd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Display/DisplayTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Meta;
use Request;
use Closure;
use SleepingOwl\Admin\TableColumn;
use Illuminate\Database\Eloquent\Builder;
use SleepingOwl\Admin\Traits\HtmlAttributes;
use SleepingOwl\Admin\Contracts\Initializable;
Expand Down Expand Up @@ -94,7 +93,7 @@ class DisplayTable implements DisplayInterface

public function __construct()
{
$this->controlColumn = TableColumn::control();
$this->controlColumn = app('sleeping_owl.table.column')->control();
}

/**
Expand Down

0 comments on commit e9b5fd6

Please sign in to comment.