1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Aligned constructors across controller classes

Since they no longer needed to run the parent contructor
since the parent constructor was no longer needed.
This commit is contained in:
Dan Brown
2020-11-21 17:08:37 +00:00
parent f76a2a69f7
commit 5e01c30882
32 changed files with 0 additions and 49 deletions

View File

@ -15,7 +15,6 @@ class SettingController extends Controller
public function __construct(ImageRepo $imageRepo)
{
$this->imageRepo = $imageRepo;
parent::__construct();
}
/**