Skip to content

Commit

Permalink
Merge pull request #105 from SzymCode/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
SzymCode authored Aug 9, 2024
2 parents 165302b + af7a161 commit 98681c4
Show file tree
Hide file tree
Showing 138 changed files with 1,366 additions and 2,434 deletions.
2 changes: 1 addition & 1 deletion app/Models/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getDescription(): string
{
return $this->description;
}
public function getCategory(): string
public function getCategory(): string|null
{
return $this->category;
}
Expand Down
1 change: 0 additions & 1 deletion atomic/_old_structure/sass/app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Component styles
@import 'styles/components/layout/layout';
@import 'styles/components/button';
@import 'styles/components/canvas';
@import 'styles/components/card';
Expand Down

This file was deleted.

86 changes: 0 additions & 86 deletions atomic/_old_structure/sass/styles/components/layout/navbar.scss

This file was deleted.

96 changes: 0 additions & 96 deletions atomic/_old_structure/sass/styles/components/layout/sidebar.scss

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 98681c4

Please sign in to comment.