Skip to content

Commit

Permalink
Remove docker from ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Dec 31, 2020
1 parent 564f6ff commit ea49cf1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Start docker containers
run: docker-compose up -d
- name: Install composer dependencies
run: composer install
- name: Run tests
Expand Down
12 changes: 12 additions & 0 deletions src/ConsoleLog.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace Lean\ConsoleLog;

/**
* @method void consoleLog(...$data) Log value(s) to the browser developer console.
*
* @see \Lean\ConsoleLog\ConsoleLogServiceProvider
*/
trait ConsoleLog
{
}
1 change: 0 additions & 1 deletion src/ConsoleLogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Lean\ConsoleLog;

use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
use Livewire\Component;

Expand Down

0 comments on commit ea49cf1

Please sign in to comment.