Working on migrations
This commit is contained in:
parent
545ebd40dd
commit
d26e347d6d
2 changed files with 3 additions and 1 deletions
|
|
@ -80,6 +80,8 @@ class ImportMigrations extends Command
|
|||
|
||||
$path = $this->option('path') ?? public_path('storage/migrations/import');
|
||||
|
||||
nlog(public_path('storage/migrations/import'));
|
||||
|
||||
$directory = new DirectoryIterator($path);
|
||||
|
||||
foreach ($directory as $file) {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
{{ $signature }}
|
||||
@endslot
|
||||
|
||||
@if(!$whitelabel)
|
||||
@if(isset($whitelabel) && !$whitelabel)
|
||||
@slot('footer')
|
||||
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
||||
For any info, please visit InvoiceNinja.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue