Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Generate new version v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surgiie committed Apr 2, 2023
1 parent 14b2fb9 commit 24baa89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Commands/ClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ClearCommand extends BaseCommand

/**Allow arbitrary options to be passed to the command. */
protected bool $arbitraryOptions = true;

/**
* The description of the command.
*
Expand All @@ -37,7 +38,6 @@ public function handle()
$task = $this->runTask('Clear compiled files directory', function () {
$fs = new Filesystem;
$fs->deleteDirectory($this->blade()->getCompiledPath());

}, finishedText: 'Cleared compiled files directory');

return $task->succeeded() ? 0 : 1;
Expand Down
Binary file modified builds/blade
Binary file not shown.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return "v3.10.0";
<?php return "v3.11.0";

0 comments on commit 24baa89

Please sign in to comment.