feat: add user sessoins

This commit is contained in:
2025-09-04 10:27:35 +03:30
parent 1b33b89ec2
commit cb8a6714c2
3 changed files with 14 additions and 4 deletions
+4 -4
View File
@@ -8,10 +8,10 @@
class DatabaseSeeder extends Seeder
{
public function run(): void
{
$this->call(BreathingTemplateSeeder::class);
}
// public function run(): void
// {
// $this->call(BreathingTemplateSeeder::class);
// }
/**
* Seed the application's database.
*/