Skip to content

Commit 107fec3

Browse files
author
kzumueller
committed
removed unnecessary method call in Installer
1 parent cf32d8e commit 107fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function migrateInstall(Schema $schema, Version $version)
3333
{
3434
$this->installPermissions();
3535
$this->installDatabaseTables();
36-
$this->installClasses();$this->install();
36+
$this->installClasses();
3737
$this->installBricks();
3838

3939
return true;

0 commit comments

Comments
 (0)