Release inicial 1.0.0
This commit is contained in:
16
Bootstrap/CustomApplication.php
Normal file
16
Bootstrap/CustomApplication.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Koneko\SatCatalogs\Bootstrap;
|
||||
|
||||
use Illuminate\Foundation\Application;
|
||||
|
||||
class CustomApplication extends Application
|
||||
{
|
||||
/**
|
||||
* Forzar el namespace manualmente para evitar errores.
|
||||
*/
|
||||
public function getNamespace(): string
|
||||
{
|
||||
return 'Koneko\\SatCatalogs\\';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user