Skip to content

Commit ca950dd

Browse files
committed
Fix updater version
1 parent 16c58af commit ca950dd

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/Providers/AppServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function boot()
2525
*/
2626
public function register()
2727
{
28-
2928
app()->bind(Runner::class, function() {
3029
return new RunService();
3130
});

builds/laradock-cli

11 Bytes
Binary file not shown.

builds/laradock-cli-old.phar

124 KB
Binary file not shown.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "eppak/laradock-cli",
33
"description": "Laradock cli",
4+
"version": "0.0.25",
45
"keywords": [
56
"laradock",
67
"laravel",

0 commit comments

Comments
 (0)