mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Working on migrations
This commit is contained in:
parent
545ebd40dd
commit
d26e347d6d
@ -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…
x
Reference in New Issue
Block a user