mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Re-structured the app code to be feature based rather than code type based
This commit is contained in:
7
app/Entities/EntityProvider.php
Normal file
7
app/Entities/EntityProvider.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php namespace BookStack\Entities;
|
||||
|
||||
|
||||
class EntityProvider
|
||||
{
|
||||
// TODO -
|
||||
}
|
Reference in New Issue
Block a user