Skip to content

Commit

Permalink
style: minor linting
Browse files Browse the repository at this point in the history
  • Loading branch information
czernika committed Mar 20, 2024
1 parent 1f4a010 commit 3dd24df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Adds new image components to preview uploaded (or external) images for Laravel [
| 2.x | 8.1/8.2/8.3 | 10.x | 14.x |
| 2.x | 8.2/8.3 | 11.x | 14.x |

**TODO** It definitely works on both Laravel 10 and 11 but I screwed up my workbench test workflow so everything fails... Oops! Need to re-workbench again

## Docs

Documentation for this project can be found [here](https://czernika.github.io/orchid-image-components/)
Expand Down
2 changes: 0 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ protected function getPackageAliases($app): array

protected function defineDatabaseMigrations()
{
// $this->loadLaravelMigrations();

$this->loadMigrationsFrom([
workbench_path('database/migrations'),
]);
Expand Down

0 comments on commit 3dd24df

Please sign in to comment.