Skip to content

Commit

Permalink
Readded some missing assets for OpenGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
acacha committed Mar 15, 2018
1 parent fbaaf9b commit 78bf5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminlte-laravel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application('Acacha AdminLTE Installer', '3.2.1');
$app = new Symfony\Component\Console\Application('Acacha AdminLTE Installer', '4.0');

$app->add(new Acacha\AdminLTETemplateLaravel\Console\InstallCommand);
$app->add(new Acacha\AdminLTETemplateLaravel\Console\SocialCommand);
Expand Down

0 comments on commit 78bf5c1

Please sign in to comment.