Skip to content

Commit

Permalink
Migrate all to name Jackal
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Jan 31, 2024
1 parent 7595baf commit 1e5debc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Empty file.
3 changes: 2 additions & 1 deletion extensions/common/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"require": {},
"config": {
"vendor-dir": "libs"
}
},
"extension-class": "\\Jackal\\Extension\\Common\\CommonExtension"
}
9 changes: 9 additions & 0 deletions extensions/common/src/CommonExtension.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace Jackal\Extension\Common;
use App\Core\Extension;


class CommonExtension extends Extension
{
}
2 changes: 1 addition & 1 deletion extensions/layout

0 comments on commit 1e5debc

Please sign in to comment.