diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php index 8677cd5..494bb58 100644 --- a/app/Http/Controllers/Controller.php +++ b/app/Http/Controllers/Controller.php @@ -6,3 +6,4 @@ abstract class Controller { // } + \ No newline at end of file diff --git a/bootstrap/app.php b/bootstrap/app.php index 7b162da..2c2fdca 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -15,4 +15,4 @@ return Application::configure(basePath: dirname(__DIR__)) }) ->withExceptions(function (Exceptions $exceptions) { // - })->create(); + })->create(); diff --git a/config/app.php b/config/app.php index f467267..8131e41 100644 --- a/config/app.php +++ b/config/app.php @@ -11,7 +11,7 @@ return [ | framework needs to place the application's name in a notification or | other UI elements where an application name needs to be displayed. | - */ + */ 'name' => env('APP_NAME', 'Laravel'), diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index 584104c..c22fc33 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -5,7 +5,7 @@ namespace Database\Factories; use Illuminate\Database\Eloquent\Factories\Factory; use Illuminate\Support\Facades\Hash; use Illuminate\Support\Str; - + /** * @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User> */ diff --git a/resources/views/components/table-component.blade.php b/resources/views/components/table-component.blade.php index bae0c45..353eff5 100644 --- a/resources/views/components/table-component.blade.php +++ b/resources/views/components/table-component.blade.php @@ -161,7 +161,7 @@ .input-group-text, .modal-content { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; - font-weight: 400; + font-weight: 400; line-height: 1.5; } .card-header h5, diff --git a/routes/web.php b/routes/web.php index 9782ef9..f25e379 100644 --- a/routes/web.php +++ b/routes/web.php @@ -130,4 +130,4 @@ Route::get('/add-fuels', function () { Route::get('/add-station', function () { return view('pages.add-station'); -})->name('add-station'); \ No newline at end of file +})->name('add-station'); \ No newline at end of file