Domain\Http\Controllers\AbstractController::__construct PHP Метод

__construct() публичный Метод

Constrcut.
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container
    public function __construct(App $app)
    {
        $this->app = $app;
        $this->repo = $app->make($this->repo());
    }
AbstractController